home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / util / misc / URB.readme < prev    next >
Encoding:
Text File  |  1998-10-31  |  8.0 KB  |  207 lines

  1. Short:    V2.1 EXTREMELY configurable bars on ALL screens
  2. Author:   dwhiting@europa.com  (Dick Whiting)
  3. Uploader: dwhiting@europa.com  (Dick Whiting)
  4. Version:  V2.1 ARexx command set added
  5. Type:     util/misc
  6. Replaces: util/misc/URB*
  7.  
  8.                  Copyright ©1998 by Dick Whiting
  9.  
  10.  
  11.    Standard Disclaimer: I wrote it, it works for me, I don't guarantee
  12.    that it will do anything productive for anyone else, etc. etc. ;-)
  13.  
  14.    HOWEVER, if you do find a use for it: I homeschool my kids and they would
  15.    love a postcard from where EVER you live. My daughter just started Spanish
  16.    lessons, so cards from Spanish speaking countries would especially be valued.
  17.  
  18.    Postcards:    Dick Whiting
  19.                  28590 S. Beavercreek Rd.
  20.                  Mulino, Oregon 97042
  21.                  USA
  22.  
  23.    Email:        Dick Whiting <dwhiting@europa.com>
  24.    Home page:    http://www.europa.com/~dwhiting/
  25.    Mail List:    To subscribe, email to urb-list-subscribe@makelist.com 
  26.  
  27.    Translations (available or in process)
  28.    
  29.       Danish         Henrik Andreasen    henrik.andreasen@get2net.dk
  30.       German         Michael Lünse       m.luense@t-online.de
  31.       Italian        Francesco Mancuso   mcfrank@mediatel.it
  32.    
  33.       If you would like to provide a catalog for these, email them to me
  34.       and I'll post it on my web page and include them in the next update.
  35.  
  36. Changes in Version 2.1
  37. ----------------------
  38.  
  39. An extensive ARexx command set was added to UrbConfig. This makes it easy
  40. to do mass updates on a configuration file, such as changing path names. It
  41. also makes it easy to create configuration files from a text input file.
  42. Sample scripts are included that I used in creating the UrbCedWWW configs.
  43.  
  44. A couple commands were also added to URB. They make it possible to have fewer
  45. URB clones by allowing one to tell another to load a new configuration file.
  46. If you have several configs that are basically the same, this could be useful.
  47.  
  48. Upgrading from V2.0 to V2.1
  49. ---------------------------
  50.  
  51. Copy the following from this archive OVER your existing ones:
  52.  
  53.    Catalogs/
  54.    Rexx/
  55.    Readme
  56.    URB
  57.    URB.guide
  58.    UrbConfig
  59.  
  60. Replace any URB clones you have with the new URB using the old name.
  61.  
  62. That's it:)
  63.  
  64.  
  65. Comment on Version 2.0
  66. ----------------------
  67.  
  68. URB v2 is almost a complete rewrite. The URBs are much more configurable, 
  69. the configuration program is now a separate program, and there are more 
  70. options. It should be faster, smaller, fancier, and, unfortunately, not 
  71. quite as intuitive due to the increased complexity. 
  72.  
  73. There are hours of fun built into it... a hidden gadget, "rubber-bandy
  74. thingies" for rearranging the layouts, and a "Randomize" function for the
  75. bored or non-creative.
  76.  
  77. Enjoy :)
  78.  
  79. Requirements  
  80. ------------
  81.  
  82. These programs use MUI ©1992-98 by Stefan Stuntz. If you don't have it, 
  83. get it from Aminet: 
  84.  
  85.       mui38usr.lha util/libs
  86.  
  87. Also get WBRun by Sylvain Rougier & Pierre Carrette from Aminet: 
  88.  
  89.       util/cli/WBRun_fix.lha 
  90.  
  91. and install it for use with the WBRun option in URB. This allows 
  92. running Workbench programs from a CLI and using their TOOLTYPES. 
  93.  
  94. FILES INCLUDED IN THIS ARCHIVE:
  95.  
  96.    Catalogs          - directory containing localization pieces
  97.    ReadMe            - comments and requirements for URB v2
  98.    ReadMe.mui        - information about Stefan Stuntz' MUI
  99. |  rexx/             - directory with sample scripts
  100.    URB               - Urb the program
  101.    URB.info          - for running from an icon
  102.    UrbConfig         - Configuration program for URBs
  103.    UrbConfig.info    - its icon
  104.    Urb.guide         - this documentation
  105.    Urb.guide.info    - multiview guide
  106.    UrbUpgrade        - program for Upgrading V1 to V2
  107.    UrbUpgrade.info   - its icon   
  108.  
  109.    Models            - directory of models for creating different URBs
  110.    Models.info       - its icon
  111.    UrbGrabs          - directory of screen grabs to give you ideas
  112.                        configuration files are in directory Models
  113.    UrbGrabs.info     - its icon
  114.  
  115.  
  116. There may be versions of these with a suffix such as '.DK' this
  117. indicates a Danish version for that file. Over time support of 
  118. additional languages will be added.
  119.  
  120. Description
  121. -----------
  122.  
  123. This program allows you to put a button bar for executing ARexx scripts,
  124. CLI programs, WorkBench programs, and/or Amiga DOS scripts on any public
  125. screen (actually, you could put several on each screen).
  126.  
  127. The button bars that you can create are only limited by your imagination.
  128. They can be as simple as a single button or as complex as an almost total
  129. Workbench replacement.
  130.  
  131. You can have image buttons with and without text, colored buttons, buttons
  132. that show and hide other buttons, ones that open file requesters, and you 
  133. can have areas with datatype pictures scattered as you wish. 
  134. The physical arrangement of clusters of buttons is virtually unlimited.
  135.  
  136. Shortcut keys, MUI control codes for colors and images are also
  137. supported. See the example screen grabs for a few of the
  138. possibilities.
  139.  
  140. There is bubble help available for all gadgets, lists, etc. Place the 
  141. pointer above the item and wait;)
  142.  
  143. Future
  144. ------
  145.    
  146.    That depends on what suggestions and responses I get. 
  147.  
  148.  
  149. Dick Whiting
  150. October 04, 1998
  151.  
  152.  
  153. ============================= Archive contents =============================
  154.  
  155. Original  Packed Ratio    Date     Time    Name
  156. -------- ------- ----- --------- --------  -------------
  157.     5190    2428 53.2% 04-Oct-98 14:03:12 +Readme
  158.     1029     292 71.6% 25-Sep-98 18:57:20 +ClearCfg.urbx
  159.     2525     681 73.0% 25-Sep-98 18:58:18 +DumpCfg.urbx
  160.     2338     638 72.7% 25-Sep-98 18:59:46 +ListCfg.urbx
  161.     2170     734 66.1% 25-Sep-98 18:55:10 +LoadCfg.urbx
  162.     2579     799 69.0% 25-Sep-98 19:11:52 +MakeColors.urbx
  163.     2801     867 69.0% 25-Sep-98 19:33:38 +MakeLatin1.urbx
  164.     3139    1227 60.9% 01-Oct-98 12:03:40 +URBREXX.TXT
  165.    30720   17420 43.2% 02-Oct-98 19:32:06 +URB
  166.    29524   16167 45.2% 02-Oct-98 16:05:26 +UrbUpgrade
  167.     2036    1097 46.1% 11-Oct-98 13:18:02 +urb2.catalog
  168.     5942    2628 55.7% 11-Oct-98 13:55:52 +Urbconfig.catalog
  169.     2910    1381 52.5% 11-Oct-98 14:02:04 +UrbUpgrade.catalog
  170.     3203    1359 57.5% 02-Oct-98 15:50:12 +UrbUpgrade.ct
  171.      628     248 60.5% 06-Jul-98 23:46:20 +Icons.info
  172.    41861   14723 64.8% 04-Oct-98 14:09:50 +URB.guide
  173.    50616   24977 50.6% 02-Oct-98 15:57:10 +UrbConfig
  174.     2012    1102 45.2% 02-Oct-98 15:49:00 +urb2.catalog
  175.     6056    2735 54.8% 02-Oct-98 15:49:12 +urbconfig.catalog
  176.     2770    1330 51.9% 02-Oct-98 15:49:22 +urbupgrade.catalog
  177.     8648    3155 63.5% 02-Oct-98 15:47:10 +Urbconfig.cd
  178.     7368    2764 62.4% 02-Oct-98 15:47:34 +urbconfig.ct
  179.     3966    1568 60.4% 02-Oct-98 15:49:46 +UrbUpgrade.cd
  180.      628     253 59.7% 21-Jun-98 23:34:32 +Catalogs.info
  181.     1854    1054 43.1% 02-Oct-98 15:48:06 +urb2.catalog
  182.     5766    2636 54.2% 02-Oct-98 15:48:26 +urbconfig.catalog
  183.     2748    1335 51.4% 02-Oct-98 15:48:44 +urbuprade.catalog
  184.     3112    1375 55.8% 02-Oct-98 15:46:32 +urb.cd
  185.     2351    1141 51.4% 02-Oct-98 15:46:54 +urb.ct
  186.     1083     531 50.9% 04-Apr-98 20:20:30 +ReadMe.mui
  187.      478     239 50.0% 06-Mar-98 20:39:16 +URB.guide.info
  188.     2853    1035 63.7% 07-Mar-98 16:19:46 +urb2.info
  189.     1173     348 70.3% 07-Mar-98 20:57:14 +urb3.info
  190.      628     251 60.0% 21-Jun-98 21:47:20 +Models.info
  191.     2854     854 70.0% 16-Jun-98 22:50:50 +URBasic.cfg
  192.    10208    3260 68.0% 21-Jun-98 21:04:40 +URBench.cfg
  193.     6915    1691 75.5% 18-Jun-98 16:48:00 +YamFramed.cfg
  194.     5909    5909  0.0% 21-Jun-98 21:40:22 +URBasic.gif
  195.    31751   31751  0.0% 19-Jun-98 22:55:18 +YamFramed.gif
  196.      835     397 52.4% 18-Jun-98 17:03:24 +UrbUpgrade.info
  197.      628     251 60.0% 06-Jul-98 23:46:52  Urb21.info
  198.     5959    2574 56.8% 09-Oct-98 22:21:44 +Readme.DK
  199.    44856   15548 65.3% 09-Oct-98 20:28:04 +URB.guide.DK
  200.      861     426 50.5% 21-Jun-98 21:00:16 +URB.info
  201.      861     426 50.5% 21-Jun-98 21:00:16 +UrbConfig.info
  202.      628     251 60.0% 21-Jun-98 21:47:16 +UrbGrabs.info
  203.    39460   39460  0.0% 19-Jun-98 22:47:12 +URBench1.gif
  204.    38701   38701  0.0% 19-Jun-98 22:50:42 +URBench2.gif
  205. -------- ------- ----- --------- --------
  206.   433131  252017 41.8% 21-Oct-98 21:37:22   48 files
  207.